@charset "utf-8";
/* CSS Document */

body {
	font-family:Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	color:#666;
}
a, a:hover {
	text-decoration:none;
	color:#666;
}
h1 h2 {
	font-size:14px;
	font-weight:bold;
}
ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style-type:none;
}
li {
	list-style-position:outside;
	list-style-type:none;
}
ul,li {text-transform:capitalize;}
.space {
	clear:both;
}

/*--hover effects--*/
.tsc_zoom_css span.roll_css2_small {
	-o-transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition:-webkit-transform 1s;
	background:#FC0 url(../images/zoom-small2.png) center center no-repeat;
	cursor:pointer;
	width:90%;
	height:95%;
	padding:5%;
	position:absolute;
	z-index:10;
	filter:alpha(opacity=0);
	opacity:0;
	color:#FFF;
	text-align:center;
	line-height:25px;
	}

.tsc_zoom_css span.roll_css2_small:hover {
	opacity: .7;
	filter:alpha(opacity=70);
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;}
.tsc_clear { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
.tsc_zoom_css { position:relative; display:block; float:left;}

/*--header--*/
#header {
	width:100%;
	height:115px;
	margin:0 auto;
}
.header_top {
	width:100%;
	height:25px;
	background:#0071c4;
	line-height:25px;
	color:#FFF;
	margin:0 auto;
}
.h_top_text {
	max-width:1160px;
	min-width:960px;
	margin:0 auto;
	height:25px;
	/* sets min-width & max-width for IE */
	 _width: expression(document.body.clientWidth < 960 ? "960px" :
       ( document.body.clientWidth > 1160 ? "1160px" : "auto") );
}
.h_top_text span {
	float:right;
}
.header_top2 {
	max-width:1160px;
	min-width:960px;
	height:90px;
	margin:0 auto;
	/* sets min-width & max-width for IE */
	 _width: expression(document.body.clientWidth < 960 ? "960px" :
       ( document.body.clientWidth > 1160 ? "1160px" : "auto") );
}
.logo {
	width:306px;
	height:90px;
	float:left;
}
/*.nav {
	width:600px;
	float:right;
	height:100px;
	line-height:100px;
	font-size:15px;
	font-weight:bold;
}
.nav li {
	float:left;
	display:block;
	padding:0 10px;
}
.nav li a:hover {
	display:block;
	background:#000030;
	color:#FFF;
}
.nav li a {
	padding:0 10px;
}*/

/***** Back to Top *****/


.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu {width:600px; float:right; height:32px; font-weight:bold; margin-top:58px; font-size:15px;}
#nav {width:600px; display:block; height:32px;}
#nav .jquery_out .smile {padding-left:1em;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {background:#fc0; float:left; border-right:1px solid #fff;/*IE6 only*/}
#nav .mainlevel a {color:#000; text-decoration:none; line-height:32px; display:block; padding:0 15px;}
#nav .mainlevel a:hover {color:#fff; text-decoration:none; background:#000030;}
#nav .mainlevel ul {display:none; position:absolute; z-index:999}
#nav .mainlevel li {border-top:1px solid #fff; line-height:32px; background:#FC0;/*IE6 only*/}

#banner, .banner {
	width:100%;
	height:393px;
	margin:0 auto;
}
#main {
	width:100%;
	height:auto;
	margin:0 auto;
}
.main {
	padding-top:50px;
	max-width:1160px;
	min-width:960px;
	margin:0 auto;
	padding-bottom:50px;
	/* sets min-width & max-width for IE */
	 _width: expression(document.body.clientWidth < 960 ? "960px" :
       ( document.body.clientWidth > 1160 ? "1160px" : "auto") );
	 background:url(../images/image_shadow.png) top center no-repeat;
}
.sub1 {
	width:100%;
	height:auto;
	float:left;
}
.sub1 ul {
	width:46%;
	height:auto;
	float:left;
	padding:2%;
	line-height:25px;
}
.iabout {
	width:100%;
	height:auto;
	float:left;
}
.iabout-icon {
	width:40px;
	height:40px;
	background:#FC0 url(../images/announce.png) center no-repeat;
	float:left;
}
.iabout-text {
	width:90%;
	height:auto;
	float:right;
}
.sub1 span.tit {
	font-size:16px;
	font-weight:bold;
	color:#000030;
}
.iwenhua {
	width:100%;
	height:auto;
	float:left;
}
.iwenhua-icon {
	width:40px;
	height:40px;
	background:#FC0 url(../images/badge.png) center no-repeat;
	float:left;
}
.iwenhua-text {
	width:90%;
	height:auto;
	float:right;
}
.ijl {
	width:100%;
	height:auto;
	float:left;
}
.ijl-icon {
	width:40px;
	height:40px;
	background:#FC0 url(../images/anchor.png) center no-repeat;
	float:left;
}
.ijl-text {
	width:90%;
	height:auto;
	float:right;
}
.idl {
	width:100%;
	height:auto;
	float:left;
}
.idl-icon {
	width:40px;
	height:40px;
	background:#FC0 url(../images/activity.png) center no-repeat;
	float:left;
}
.idl-text {
	width:90%;
	height:auto;
	float:right;
}
.sub2 {
	width:100%;
	height:auto;
	float:left;
	background:url(../images/image_divider.png) top center no-repeat;
	padding-top:40px;
}
.sub2-title {
	width:99%;
	height:35px;
	float:right;
	padding-bottom:15px;
	line-height:25px;
	padding-left:1%;
}
.sub2-title span {
	font-size:16px;
	font-weight:bold;
	color:#000030;
}
.sub2 ul {
	width:17.8%;
	margin:0 1%;
	float:left;
	display:inline;
}
.sub2 li {
	 float:left;
}
.sub2 li img {
	width:auto;
	height:auto;
	border:1px solid #f3f3f3;
}
#footer {
	width:100%;
	height:auto;
	margin:0 auto;
	background:#0071c4;
	color:#FFF;
	padding-bottom:30px;
}
#footer a {
	color:#FFF;
}
.footer {
	padding-top:50px;
	max-width:1160px;
	min-width:960px;
	margin:0 auto;
	/* sets min-width & max-width for IE */
	 _width: expression(document.body.clientWidth < 960 ? "960px" :
       ( document.body.clientWidth > 1160 ? "1160px" : "auto") );
	 background:url(../images/image_shadow.png) top center no-repeat;
}
.inews {
	width:30%;
	height:auto;
	float:left;
	line-height:25px;
	color:#FFF;
}
.inews li {
	width:100%;
	height:auto;
	line-height:25px;
}
.inews li span {
	float:right;
}
.inews-c {
	width:30%;
	height:auto;
	line-height:25px;
	color:#FFF;
	float:left;
	margin-left:5%;
}
.inews-c li {
	width:100%;
	height:auto;
	line-height:25px;
}
.inews-c li span {
	float:right;
}
.inews-r {
	width:30%;
	height:auto;
	float:right;
	line-height:25px;
	color:#FFF;
}
.inews-r li {
	width:100%;
	height:auto;
	line-height:25px;
}
.inews-r li span {
	float:right;
}
#copyright {
	width:100%;
	height:60px;
	margin:0 auto;
	padding-top:20px;
	background:#000;
	border-top:solid 1px #333;
}
.copyright {
	max-width:1160px;
	min-width:960px;
	margin:0 auto;
	/* sets min-width & max-width for IE */
	 _width: expression(document.body.clientWidth < 960 ? "960px" :
       ( document.body.clientWidth > 1160 ? "1160px" : "auto") );
	 background:url(../images/image_shadow.png) top center no-repeat;
	 line-height:25px;
}
.copyright span {
	float:right;
}